Skip to content

Release: 2.25.1#188

Merged
uc-brunosilva merged 1 commit intomasterfrom
release/2.25.1
Mar 2, 2026
Merged

Release: 2.25.1#188
uc-brunosilva merged 1 commit intomasterfrom
release/2.25.1

Conversation

@uc-brunosilva
Copy link
Collaborator

@uc-brunosilva uc-brunosilva commented Mar 2, 2026

CodeAnt-AI Description

Release 2.25.1: UI fixes and package version bump

What Changed

  • Project version updated to 2.25.1 across package.json, package-locks and Android build config so installed packages and native metadata match the new release
  • CHANGELOG added entry for 2.25.1 noting "UI improvements and fixes" so release notes reflect visible UI changes
  • iOS package version metadata updated to 2.25.1 to align native distribution info with the JS package

Impact

✅ Clearer consent UI
✅ Fewer install/version mismatch errors
✅ Accurate release notes and package metadata

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Summary by CodeRabbit

  • Bug Fixes & Improvements
    • Released patch version 2.25.1 with UI improvements and bug fixes.

@codeant-ai
Copy link

codeant-ai bot commented Mar 2, 2026

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@qodo-code-review
Copy link

Review Summary by Qodo

Release version 2.25.1 with UI improvements

📦 Other

Grey Divider

Walkthroughs

Description
• Bump version from 2.25.0 to 2.25.1
• Update Android build configuration with new version
• Update npm package version and iOS package version
• Add release notes for 2.25.1 with UI improvements
Diagram
flowchart LR
  A["Version 2.25.0"] -- "bump to" --> B["Version 2.25.1"]
  B -- "update" --> C["build.gradle.kts"]
  B -- "update" --> D["package.json"]
  B -- "document" --> E["CHANGELOG.md"]
Loading

Grey Divider

File Changes

1. android/build.gradle.kts ⚙️ Configuration changes +1/-1

Update Android SDK version to 2.25.1

• Updated usercentricsVersion from 2.25.0 to 2.25.1

android/build.gradle.kts


2. package.json ⚙️ Configuration changes +2/-2

Update npm and iOS package versions

• Updated version field from 2.25.0 to 2.25.1
• Updated iosPackageVersion field from 2.25.0 to 2.25.1

package.json


3. CHANGELOG.md 📝 Documentation +4/-0

Add release notes for version 2.25.1

• Added new release notes entry for version 2.25.1
• Documented release date as Mar 02, 2026
• Listed UI improvements and fixes as improvements

CHANGELOG.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link

qodo-code-review bot commented Mar 2, 2026

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@coderabbitai
Copy link

coderabbitai bot commented Mar 2, 2026

📝 Walkthrough

Walkthrough

Version bump release patch from 2.25.0 to 2.25.1 across package manifest, Android Gradle configurations, and changelog documentation. No logic or functional changes introduced.

Changes

Cohort / File(s) Summary
Gradle Dependency Version
android/build-legacy.gradle, android/build.gradle.kts
Updated usercentrics SDK version from 2.25.0 to 2.25.1 in dependency declarations.
Package Manifest
package.json
Bumped package version and iosPackageVersion from 2.25.0 to 2.25.1.
Release Documentation
CHANGELOG.md
Added new patch release entry for 2.25.1 (Mar 02, 2026) documenting UI improvements and fixes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Release: 2.23.3 #162: Performs identical release-version bumps across the same set of files (CHANGELOG, Android Gradle configs, and package.json).
  • Release: 2.24.1 #172: Updates the same version constants for a patch release in Android build files and package.json.
  • Release: 2.24.4 #181: Applies the same type of release-version updates to Gradle files, package manifest, and changelog entries.

Suggested labels

Review effort 1/5, size:S

Suggested reviewers

  • rodrigo-leal-usercentrics
  • uc-brunosouza
  • islameldesoky95

Poem

🐰 From two-five-oh to two-five-one,
A tiny bump, the patch is done!
Through gradle files and json streams,
We march toward release dreams! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Release: 2.25.1' clearly and directly describes the main change in the pull request—a version bump release to 2.25.1 across all relevant files (CHANGELOG, build files, and package.json).
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/2.25.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai codeant-ai bot added the size:S This PR changes 10-29 lines, ignoring generated files label Mar 2, 2026
@codeant-ai
Copy link

codeant-ai bot commented Mar 2, 2026

Sequence Diagram

This PR updates the SDK version and release notes. It shows the release action updating version constants and changelog, creating the commit/PR, CI building, and publishing the release — the core flow of this release bump.

sequenceDiagram
    participant Maintainer
    participant Repository
    participant CI
    participant Registry

    Maintainer->>Repository: Run release (bump version & add changelog)
    Repository->>Repository: Update android/build.gradle.kts, package.json, package-lock.json, legacy-sample, CHANGELOG.md
    Maintainer->>Repository: Commit & open PR (Release: 2.25.1)
    Repository->>CI: Push triggers build/test
    CI-->>Repository: Build & tests pass
    CI->>Registry: Publish release artifacts (npm/packaging)
    Registry-->>Maintainer: Release 2.25.1 available
Loading

Generated by CodeAnt AI

@pantoaibot
Copy link

pantoaibot bot commented Mar 2, 2026

PR Summary:

Release 2.25.1 — small release: UI improvements/fixes and metadata/version bumps.

Changes:

  • Added CHANGELOG entry for 2.25.1 (notes: "UI improvements and fixes").
  • Bumped SDK/package versions from 2.25.0 → 2.25.1:
    • android/build-legacy.gradle (usercentrics_version)
    • android/build.gradle.kts (usercentricsVersion)
    • package.json (version, iosPackageVersion)
  • No code/behavioral changes besides changelog and version updates; no breaking changes introduced.

Reviewed by Panto AI

@codeant-ai
Copy link

codeant-ai bot commented Mar 2, 2026

Nitpicks 🔍

🔒 No security issues identified
⚡ Recommended areas for review

  • Version Bump
    A library version was bumped to 2.25.1. Verify compatibility with the rest of the project, ensure release notes / changelog and tests were updated, and confirm no breaking API changes affect consumers or downstream modules.

@codeant-ai
Copy link

codeant-ai bot commented Mar 2, 2026

CodeAnt AI finished reviewing your PR.

@pantoaibot
Copy link

pantoaibot bot commented Mar 2, 2026

Reviewed up to commit:5b72abbe84f23cb76942499fc43b2f12d6e08fbc

Looks good to me! 👍

Additional Suggestion
CHANGELOG.md, line:2-4 The new 2.25.1 entry is very terse. For a release entry prefer 1–2 actionable bullets (e.g. affected platforms, brief description of the UI fixes, any user-facing behavior changes) and include the associated PR/issue numbers and author for traceability. This helps downstream consumers and release automation to quickly understand impact.
### 2.25.1 – Mar 02, 2026
## Improvements
* Updated bundled native Usercentrics UI SDK to 2.25.1 (Android/iOS)
* Minor UI layout and accessibility fixes in the React Native bridge (no API changes)

_Thanks @author-handle – see #123, #124_
Others - Release/publish prerequisites: prepublishOnly and pack:local run scripts/generate-codegen-jni.js to produce native binding artifacts. Before publishing 2.25.1 ensure you ran that codegen and committed any generated native files (or confirmed the registry/publish CI will run the codegen prior to publishing). If generated JNI/native-code is missing from the package consumers will get a broken native module at runtime.

Reviewed by Panto AI

@uc-brunosilva uc-brunosilva merged commit 6434203 into master Mar 2, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants